int->string/decimal
αSummary
Turn α into a its **decimal** string representation
Bytecode
Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.
( 0 ($get/val 'string)) ( 2 ($get/val 'α)) ( 4 ($apply 1)) ( 6 ($ret))